home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / shapes / flip.frm < prev    next >
Text File  |  1993-11-08  |  192b  |  9 lines

  1. shape = torus 0.1 , 1.4;
  2. // shape =  ellipse  1.5 , 0.1;
  3. a = shape stack 50  in 25% twistz -90  bend 180 powered_grow 0.6;
  4. b =    sphere stack 10 bend 40;
  5. c = b scale 5;
  6. a,b/*,c */;
  7. end
  8.  
  9.